runtime.heapStatsAggregate.inObjects (field)

4 uses

	runtime (current package)
		metrics.go#L187: 				out.scalar = in.heapStats.inObjects
		metrics.go#L208: 				out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
		metrics.go#L364: 	inObjects uint64
		metrics.go#L403: 	a.inObjects = a.totalAllocated - a.totalFreed